home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Archive / Graphics / QD3D / 3D Grabbag / CommonSample / fileStuff.h < prev    next >
Encoding:
Text File  |  2000-09-28  |  372 b   |  15 lines  |  [TEXT/CWIE]

  1. // Quickdraw 3D sample code
  2. //
  3. // Nick Thompson, AppleLink: DEVSUPPORT (devsupport@applelink.apple.com)
  4. //
  5. // ©1994-5 Apple Computer Inc., All Rights Reserved
  6.  
  7. #ifndef _FILE_STUFF_
  8. #define _FILE_STUFF_
  9.  
  10.  
  11. void WriteGroupToFile( TQ3FileObject file, TQ3GroupObject theData, TQ3ViewObject theView) ;
  12. Boolean WriteFile(TQ3GroupObject theData, TQ3ViewObject theView ) ;
  13.  
  14.  
  15. #endif